www.gusucode.com > HCONLY站长管理助手 V1.3 > HCONLY站长管理助手 V1.3\code\admin\logout.asp

    <%
'***************退出后台管理*****************

Session.Abandon()
%>
  <script>
   try{
    parent.location="../index.asp"
   }
   catch(e){location="../index.asp"}
  </script>